Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <?php
2     $dbServer =
'localhost';
3     $dbUsername =
'root';
4     $dbPassword =
'';
5     $dbDatabase =
'OCMS';
6
7     $adminConfig = array(
8         
'adminUsername' => "projectnotes",
9         
'adminPassword' => "a5208b2a6f9814e4d0a989353a275af6",
10         
'notifyAdminNewMembers' => "0",
11         
'defaultSignUp' => "1",
12         
'anonymousGroup' => "anonymous",
13         
'anonymousMember' => "guest",
14         
'groupsPerPage' => "10",
15         
'membersPerPage' => "10",
16         
'recordsPerPage' => "10",
17         
'custom1' => "Full Name",
18         
'custom2' => "Address",
19         
'custom3' => "City",
20         
'custom4' => "State",
21         
'MySQLDateFormat' => "%m/%d/%Y",
22         
'PHPDateFormat' => "n/j/Y",
23         
'PHPDateTimeFormat' => "m/d/Y, h:i a",
24         
'senderName' => "Membership management",
25         
'senderEmail' => "projectnotes08@gmail.com",
26         
'approvalSubject' => "Your membership is now approved",
27         
'approvalMessage' => "Dear member,\r\n\r\nYour membership is now approved by the admin. You can log in to your account here:\r\nhttp://localhost/online-clinic-management-system-2.2\r\n\r\nRegards,\r\nAdmin",
28         
'hide_twitter_feed' => "",
29         
'maintenance_mode_message' => "<b>Our website is in maintenance mode</b><br>\r\nWe will be back in some moments. Thanks.",
30         
'mail_function' => "mail",
31         
'smtp_server' => "",
32         
'smtp_encryption' => "",
33         
'smtp_port' => "25",
34         
'smtp_user' => "",
35         
'smtp_pass' => ""
36     );


Gõ tìm kiếm nhanh...